home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: netcom.com!nntpuser
- From: greg@netlanta.com (Greg Colin)
- Subject: Getting .LIB from .DLL with MSVC++/MFC
- Message-ID: <nntpuserDLL7I3.35s@netcom.com>
- Sender: netnews@mork.netcom.com
- Nntp-Posting-Host: netlanta.com
- Organization: Netlanta Network Systems, Fayetteville, GA
- X-Newsreader: Forte Free Agent 1.0.82
- Date: Mon, 22 Jan 1996 17:37:45 GMT
-
- The Borland C++ for Windows compiler had a utility called IMPLIB that would
- create a .LIB file from a DLL.
-
- These libraries work fine with the old 16-bit Borland compiler, but I get
- "corrupted file" if I try and include them in my MSVC++ project. Guessing that
- its a 16--bit vs. 32-bit thing, I am trying to figure out how to do this with
- the Microsoft product. The LIB utility seems like the right thing, but I can't
- find the right incantation to produce the .LIB.
-
- The online documentation hasn't been much of a help here. Can anyone help?
-
- Thanks
- Greg
-
-
-